Returns the value specified raised to the power specified.
Syntax |
|---|
|
result = Pow( value, power ) |
Parameters |
||
|---|---|---|
|
value |
The value you want to raised to power. |
|
|
power |
The power value is raised to. |
|
Return Value |
||
|---|---|---|
|
Result |
Value raised to power. |
|